home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / Algorithm.swf / scripts / DefineSprite_119 / frame_35 / DoAction.as
Encoding:
Text File  |  2001-02-15  |  90 b   |  10 lines

  1. if(myState == "off")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    gotoAndStop(26);
  8. }
  9. stop();
  10.